Unavaliable Features in Online VersionThe Online Version of jambeCodec_Enigma can't save and load files because Java doesn't allow access to the client computer from the web. However if you download and compile the code you will be able to the save and load How Does it Work?This Enigma Machine is very simple it works off only 3 rotors (I think the german enigma used 7). It also doesn't let you set different starting positions for the rotor. This does make it easier to understand, and it is compatible with my buggy c++ code and my paper and scissors enigma machine. Enigma machines basicly works like a substitution cypher except that the cypher changes for each letter. So a repeated aaaaaaa would produce a string of different characters ("NXGQ JTC" in the case of my machine). Basicly the system is comprised of rotors, each rotor having the alphabet on it in a different order. Every time a letter is encoded, a rotor is turned creating a new code for the next letter. To help you understand I recommend you print out my paper and scissors enigma this will help you visualize what is going on. Encoding procedureWhen you want to encode a letter you find the letter on the small rotor then get the letter in the same position on the large rotor. Take this letter and find it on the middle rotor, the encoded letter is the letter on the large rotor it the same positon. Example: Lets encode the letter 'a'
James
|